Introduction to SQL MCQs
Practice free Introduction to SQL multiple-choice questions with instant answer feedback and step-by-step solutions. Click an option to check yourself, reveal the full explanation, and work through all 73 questions — no login required.
Question 64easy
The wildcard asterisk (*) is the SQL-92 standard for indicating "any sequence of characters."
Question 65easy
Microsoft Access has become ubiquitous, and being able to program in Access is a critical skill.
Advertisement
Question 67easy
The keyword BETWEEN can be used in a WHERE clause to refer to a range of values.
Question 69easy
If you are going to use a combination of three or more AND and OR conditions, it is often easier to use the NOT and NOT IN operators.
Advertisement
Question 71easy
In an SQL SELECT statement querying a single table, according to the SQL-92 standard the asterisk (*) means that:
Question 72easy
When three or more AND and OR conditions are combined, it is easier to use the SQL keyword(s):